button {
    label {
        text_size {
            x: 0.05
            y: 0.05
        }
        text: "IngameMenu.buttons.restart"
        align: 0x24
        color: 0xff3f3f3f
    }
}

button {
    label {
        text_size {
            x: 0.05
            y: 0.05
        }
        text: "IngameMenu.buttons.resume"
        align: 0x24
        color: 0xff3f3f3f
    }
}

button {
    label {
        text_size {
            x: 0.05
            y: 0.05
        }
        text: "IngameMenu.buttons.exit_to_main"
        align: 0x24
        color: 0xff3f3f3f
    }
}

text_field {
    label {
        text_size {
            x: 0.05
            y: 0.05
        }
        text: "IngameMenu.endgame_text"
        align: 0x24
    }
}

control_reference {
    type: BUTTON
    id: 0
}

control_reference {
    type: BUTTON
    id: 1
}

control_reference {
    type: BUTTON
    id: 2
}

control_reference {
    type: TEXT_FIELD
    id: 0
}

name2controlref {
    name: 'restart'
    ref_id: 0
}

name2controlref {
    name: 'resume'
    ref_id: 1
}

name2controlref {
    name: 'exit_to_main'
    ref_id: 2
}

name2controlref {
    name: 'text_field'
    ref_id: 3
}

